FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/olis-ParticipantType

Packageca.on.oh-olis
Resource TypeValueSet
Idolis-ParticipantType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/ValueSet/lab/ca-on-lab-encounter-participant-type
URLhttp://ehealthontario.ca/fhir/ValueSet/lab/ca-on-lab-encounter-participant-type
Version1.0.0
Statusactive
NameParticipantType
Authorityhl7
DescriptionParticipant type for physicians supported by OLIS. It includes sub-set of the core FHIR value set http://hl7.org/fhir/ValueSet/encounter-participant-type and is extended with one code from http://terminology.hl7.org/CodeSystem/v3-ParticipationType.

Resources that use this resource

StructureDefinition
ca-on-lab-profile-EncounterEncounter

Resources that this resource uses

CodeSystem
v3-ParticipationTypeParticipationType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "olis-ParticipantType",
  "url": "http://ehealthontario.ca/fhir/ValueSet/lab/ca-on-lab-encounter-participant-type",
  "version": "1.0.0",
  "name": "ParticipantType",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Participant type for physicians supported by OLIS. It includes  sub-set of the core FHIR value set http://hl7.org/fhir/ValueSet/encounter-participant-type and is extended with one code from http://terminology.hl7.org/CodeSystem/v3-ParticipationType.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept": [
          {
            "code": "ADM",
            "display": "admitter"
          },
          {
            "code": "ATND",
            "display": "attender"
          }
        ]
      }
    ]
  }
}